home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
comm
/
nt16322.zip
/
unix.tx_
/
unix.tx
Wrap
Text File
|
1995-10-26
|
187b
|
8 lines
# Script to request both USERID and PASSWORD interactiverly
expect 10 "login:"
username "Enter userid"
output "^U^M"
expect 10 "Password:"
password "Enter password"
output "^P^M"